Skip to content

docs: Document MCP Streamable HTTP auth parameters#1751

Merged
lukekim merged 1 commit into
trunkfrom
docs/mcp-tool-auth
May 20, 2026
Merged

docs: Document MCP Streamable HTTP auth parameters#1751
lukekim merged 1 commit into
trunkfrom
docs/mcp-tool-auth

Conversation

@claudespice
Copy link
Copy Markdown
Collaborator

Summary

Documents the new mcp_auth_token and mcp_headers MCP tool parameters introduced in spiceai/spiceai#10927.

Source PRs

Changes

  • website/docs/components/tools/mcp.md
    • Added a new auth example section showing mcp_auth_token (bearer) and mcp_headers (custom header) usage with secret expansion.
    • Extended the params configuration reference to enumerate both parameters and the precedence rule (when both set, mcp_auth_token wins and a warning is logged).

Test plan

  • cd website && npm run build passes locally (Docusaurus throws on broken links and undefined frontmatter tags)
  • Links resolve: ../secret-stores/ and ../data-connectors/https both exist
  • Verified parameter names and behavior against crates/runtime/src/tools/mcp/mod.rs (MCP_AUTH_TOKEN_PARAM, MCP_HEADERS_PARAM, parse_custom_headers)

Adds `mcp_auth_token` and `mcp_headers` parameter coverage to the MCP
Tools docs to match spiceai/spiceai#10927.

Source: spiceai/spiceai#10927
@claudespice claudespice self-assigned this May 20, 2026
@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 20, 2026

✅ Pull with Spice Passed

Passing checks:

  • ✅ Title meets minimum length requirement (10 characters)
  • ✅ Has at least one of the required labels: area/blog, area/docs, area/cookbook, dependencies
  • ✅ No banned labels detected
  • ✅ Has at least one assignee: claudespice

@github-actions
Copy link
Copy Markdown

🔍 Pull with Spice Failed

Passing checks:

  • ✅ Title meets minimum length requirement (10 characters)
  • ✅ Has at least one of the required labels: area/blog, area/docs, area/cookbook, dependencies
  • ✅ No banned labels detected

Failed checks:

  • ❌ At least one assignee is required for this pull request.

Please address these issues and update your pull request.

@github-actions
Copy link
Copy Markdown

🚀 deployed to https://420b85f0.spiceai-org-website.pages.dev

@lukekim lukekim merged commit 72fa531 into trunk May 20, 2026
6 of 8 checks passed
@lukekim lukekim deleted the docs/mcp-tool-auth branch May 20, 2026 02:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants